home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-02-27 | 2.8 KB | 119 lines | [TEXT/MPS ] |
- #
- # This MPW script builds DisplayNameRegistry.
- # Copyright © 1994, Apple Computer Inc. All Rights Reserved.
- #
- AppCreator = DNPR
- Src = ":Src:"
- Obj = ":Obj:"
- {Obj} ƒ {Src}
- #
- # PCICIncludes Defined by UserStartup•PCI in System Preferences
- # PCILibraries Defined by UserStartup•PCI in System Preferences
- #
- SymOpt = ON
- PPCCOpt = off
-
-
- Headers = ∂
- {Src}AppleEventCore.h ∂
- {Src}DisplayNameRegistry.h ∂
- {Src}TwistDownList.h
-
- Objects = ∂
- {Obj}DisplayNameRegistry.c.o ∂
- {Obj}EnumerateNameRegistry.c.o ∂
- {Obj}FormatThisProperty.c.o ∂
- {Obj}ManageDisplayList.c.o ∂
- {Obj}SaveNameRegistry.c.o ∂
- {Obj}SetFontInfoDialog.c.o ∂
- {Obj}AppleEventCore.c.o ∂
- {Obj}DisplayWindowManager.c.o ∂
- {Obj}SpinCursor.c.o ∂
- {Obj}TwistDownList.c.o
-
- .c.o ƒ .c ∂
- {Headers}
- PPCC ∂
- -appleext on ∂
- -sym {SymOpt} ∂
- -opt {PPCCOpt} ∂
- -w off ∂
- -D MPW=1 ∂
- -D NoASM ∂
- -D RS6000=0 ∂
- -D powerpc=1 ∂
- -D interface_glue ∂
- -i "{PCICIncludes}" ∂
- -o {TargDir}{Default}.c.o ∂
- {DepDir}{Default}.c
-
- #
- # Build DisplayNameRegistry (MPW) -- since MPW appends
- # ".makeout", we can't have a long target name.
- #
- DisplayRegistryMPW ƒƒ ∂
- MakeFile ∂
- MetroWerks ∂
- {Objects}
- PPCLink ∂
- -main main ∂
- -sym {SymOpt} ∂
- {Objects} ∂
- "{PCILibraries}"NameRegistryLib ∂
- "{PPCLibraries}"InterfaceLib.xcoff ∂
- "{PPCLibraries}"StdCRuntime.o ∂
- "{PPCLibraries}"StdCLib.xcoff ∂
- "{PPCLibraries}"PPCCRuntime.o ∂
- -o "{Obj}{targ}.xcoff"
- MakePEF ∂
- -l NameRegistryLib.xcoff=NameRegistryLib ∂
- -l InterfaceLib.xcoff=InterfaceLib ∂
- -l StdCLib.xcoff=StdCLib ∂
- -ft APPL ∂
- -fc {AppCreator} ∂
- -o "{targ}" ∂
- "{Obj}{targ}.xcoff"
- ## MakeSym ∂
- ## -i {Src} ∂
- ## -o "MPWSymFile.xSym" ∂
- ## -sym {SymOpt} ∂
- ## "{Obj}{targ}.xcoff"
-
- DisplayRegistryMPW ƒƒ ∂
- MakeFile ∂
- {Src}DisplayNameRegistry.h ∂
- {Src}DisplayNameRegistry.r ∂
- "DisplayNameRegistryIcons.rsrc"
- Rez ∂
- -d MPW=1 ∂
- -t APPL ∂
- -c {AppCreator} ∂
- -i "{CIncludes}" ∂
- -i "{RIncludes}" ∂
- {Src}DisplayNameRegistry.r ∂
- -o "{targ}"
- SetFile -c {AppCreator} -t APPL "{targ}"
-
- #
- # Build the MetroWerks resources.
- #
- MetroWerks ƒ ∂
- "DisplayNameRegistry.Δ.rsrc"
- echo "MetroWerks resources created with this file"
-
- #
- # Build the MetroWerks resource
- #
- "DisplayNameRegistry.Δ.rsrc" ƒ ∂
- MakeFile ∂
- {Src}DisplayNameRegistry.h ∂
- {Src}DisplayNameRegistry.r ∂
- "DisplayNameRegistryIcons.rsrc"
- Rez ∂
- -t rsrc ∂
- -c RSED ∂
- -i "{CIncludes}" ∂
- -i "{RIncludes}" ∂
- {Src}DisplayNameRegistry.r ∂
- -o {targ}
-